﻿2026-08-03T04:28:40.2433175Z ##[group]Run $ErrorActionPreference = "Stop"
2026-08-03T04:28:40.2433667Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-08-03T04:28:40.2433997Z [36;1m$PIN = "0c95435"[0m
2026-08-03T04:28:40.2434344Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-08-03T04:28:40.2434734Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-08-03T04:28:40.2435279Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-08-03T04:28:40.2435875Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-08-03T04:28:40.2436361Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-08-03T04:28:40.2436840Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-08-03T04:28:40.2437204Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-08-03T04:28:40.2437679Z [36;1m  # CARGO_INCREMENTAL=0 — see the Linux arm's note: this pinned cache is the[0m
2026-08-03T04:28:40.2438442Z [36;1m  # only COLD one-shot build in this workflow (rm -rf'd and rebuilt when the pin[0m
2026-08-03T04:28:40.2439169Z [36;1m  # moves, consumed as a binary in between), which is exactly the scope of the[0m
2026-08-03T04:28:40.2439639Z [36;1m  # releases#103 finding. The persistent workspace target is left incremental.[0m
2026-08-03T04:28:40.2440014Z [36;1m  $env:CARGO_INCREMENTAL = "0"[0m
2026-08-03T04:28:40.2440636Z [36;1m  .github/bench/wrap.ps1 -Step "n1-oldbroker-build" -Command "cargo build --manifest-path '$CACHE\Cargo.toml' -p spt --bin spt"[0m
2026-08-03T04:28:40.2441310Z [36;1m  Remove-Item Env:\CARGO_INCREMENTAL[0m
2026-08-03T04:28:40.2441676Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-08-03T04:28:40.2442042Z [36;1m}[0m
2026-08-03T04:28:40.2442297Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-08-03T04:28:40.2442870Z [36;1m.github/bench/wrap.ps1 -Step "n1-pairing" -Command "cargo test -p spt --test n1_pairing -- --nocapture"[0m
2026-08-03T04:28:40.2449536Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-03T04:28:40.2449958Z env:
2026-08-03T04:28:40.2450265Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30784469908-1-fadda43909ee4082aa548921e448bc57
2026-08-03T04:28:40.2450817Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-30784469908-1-fadda43909ee4082aa548921e448bc57
2026-08-03T04:28:40.2451327Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-30784469908-1-fadda43909ee4082aa548921e448bc57
2026-08-03T04:28:40.2451677Z ##[endgroup]
2026-08-03T04:28:50.0879465Z    Compiling proc-macro2 v1.0.106
2026-08-03T04:28:50.0879918Z    Compiling quote v1.0.45
2026-08-03T04:28:50.0880226Z    Compiling unicode-ident v1.0.24
2026-08-03T04:28:50.0880425Z    Compiling cfg-if v1.0.4
2026-08-03T04:28:50.2667353Z    Compiling serde_core v1.0.228
2026-08-03T04:28:50.3120112Z    Compiling serde v1.0.228
2026-08-03T04:28:51.4881281Z    Compiling windows-link v0.2.1
2026-08-03T04:28:51.5511717Z    Compiling typenum v1.20.1
2026-08-03T04:28:51.8252208Z    Compiling windows-sys v0.61.2
2026-08-03T04:28:52.7810915Z    Compiling portable-atomic v1.13.1
2026-08-03T04:28:53.0646376Z    Compiling syn v2.0.117
2026-08-03T04:28:53.3609253Z    Compiling getrandom v0.3.4
2026-08-03T04:28:53.8642147Z    Compiling version_check v0.9.5
2026-08-03T04:28:53.9523965Z    Compiling pin-project-lite v0.2.17
2026-08-03T04:28:54.3402047Z    Compiling critical-section v1.2.0
2026-08-03T04:28:54.5001601Z    Compiling jobserver v0.1.34
2026-08-03T04:28:54.5919705Z    Compiling find-msvc-tools v0.1.9
2026-08-03T04:28:55.3394566Z    Compiling memchr v2.8.1
2026-08-03T04:28:56.0655691Z    Compiling shlex v2.0.1
2026-08-03T04:28:56.2572537Z    Compiling cc v1.2.63
2026-08-03T04:28:56.6170112Z    Compiling subtle v2.6.1
2026-08-03T04:28:56.7871951Z    Compiling equivalent v1.0.2
2026-08-03T04:28:56.9064886Z    Compiling futures-core v0.3.32
2026-08-03T04:28:57.1213131Z    Compiling smallvec v1.15.1
2026-08-03T04:28:57.3190774Z    Compiling generic-array v0.14.7
2026-08-03T04:28:58.6391964Z    Compiling itoa v1.0.18
2026-08-03T04:28:58.6921825Z    Compiling bytes v1.11.1
2026-08-03T04:28:59.1928092Z    Compiling semver v1.0.28
2026-08-03T04:28:59.5544128Z    Compiling rustc_version v0.4.1
2026-08-03T04:28:59.5891615Z    Compiling serde_derive v1.0.228
2026-08-03T04:28:59.6654904Z    Compiling zeroize_derive v1.4.3
2026-08-03T04:29:00.2020752Z    Compiling zeroize v1.8.2
2026-08-03T04:29:00.4166314Z    Compiling synstructure v0.13.2
2026-08-03T04:29:00.4549742Z    Compiling stable_deref_trait v1.2.1
2026-08-03T04:29:00.6036443Z    Compiling socket2 v0.6.4
2026-08-03T04:29:01.1173808Z    Compiling log v0.4.32
2026-08-03T04:29:01.1636210Z    Compiling zerofrom-derive v0.1.7
2026-08-03T04:29:01.2724896Z    Compiling rand_core v0.10.1
2026-08-03T04:29:01.3365340Z    Compiling yoke-derive v0.8.2
2026-08-03T04:29:01.5169301Z    Compiling crypto-common v0.1.7
2026-08-03T04:29:01.6146965Z    Compiling tokio-macros v2.7.0
2026-08-03T04:29:02.8619265Z    Compiling mio v1.2.1
2026-08-03T04:29:02.9139663Z    Compiling zerofrom v0.1.8
2026-08-03T04:29:02.9147355Z    Compiling slab v0.4.12
2026-08-03T04:29:03.4959065Z    Compiling futures-io v0.3.32
2026-08-03T04:29:03.5058661Z    Compiling futures-sink v0.3.32
2026-08-03T04:29:03.9705060Z    Compiling tokio v1.52.3
2026-08-03T04:29:04.0769210Z    Compiling yoke v0.8.3
2026-08-03T04:29:04.2915787Z    Compiling futures-channel v0.3.32
2026-08-03T04:29:04.9873550Z    Compiling once_cell v1.21.4
2026-08-03T04:29:05.0444031Z    Compiling futures-macro v0.3.32
2026-08-03T04:29:05.4320550Z    Compiling getrandom v0.4.2
2026-08-03T04:29:05.7641125Z    Compiling futures-task v0.3.32
2026-08-03T04:29:06.2038670Z    Compiling hashbrown v0.17.1
2026-08-03T04:29:06.2193261Z    Compiling rustversion v1.0.22
2026-08-03T04:29:06.4528738Z    Compiling futures-util v0.3.32
2026-08-03T04:29:06.7561119Z    Compiling zerovec-derive v0.11.3
2026-08-03T04:29:06.9309656Z    Compiling indexmap v2.14.0
2026-08-03T04:29:07.6154806Z    Compiling getrandom v0.2.17
2026-08-03T04:29:07.7667069Z    Compiling cpufeatures v0.2.17
2026-08-03T04:29:07.8421143Z    Compiling zerovec v0.11.6
2026-08-03T04:29:08.6240414Z    Compiling displaydoc v0.2.6
2026-08-03T04:29:08.6287740Z    Compiling hybrid-array v0.4.12
2026-08-03T04:29:09.2725135Z    Compiling fnv v1.0.7
2026-08-03T04:29:09.3861556Z    Compiling libc v0.2.186
2026-08-03T04:29:09.4538292Z    Compiling strsim v0.11.1
2026-08-03T04:29:09.8902330Z    Compiling cfg_aliases v0.2.1
2026-08-03T04:29:09.9769057Z    Compiling tinystr v0.8.3
2026-08-03T04:29:10.1153563Z    Compiling block-buffer v0.12.0
2026-08-03T04:29:10.2849422Z    Compiling crypto-common v0.2.2
2026-08-03T04:29:10.3544312Z    Compiling tracing-core v0.1.36
2026-08-03T04:29:10.3695939Z    Compiling tracing-attributes v0.1.31
2026-08-03T04:29:11.2645261Z    Compiling writeable v0.6.3
2026-08-03T04:29:11.5401931Z    Compiling autocfg v1.5.1
2026-08-03T04:29:11.7482956Z    Compiling litemap v0.8.2
2026-08-03T04:29:11.7548289Z    Compiling tracing v0.1.44
2026-08-03T04:29:11.9936314Z    Compiling icu_locale_core v2.2.0
2026-08-03T04:29:12.0065258Z    Compiling zerotrie v0.2.4
2026-08-03T04:29:12.3288738Z    Compiling potential_utf v0.1.5
2026-08-03T04:29:12.5529433Z    Compiling cmake v0.1.58
2026-08-03T04:29:12.5608846Z    Compiling dunce v1.0.5
2026-08-03T04:29:12.8877227Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T04:29:13.1679087Z    Compiling fs_extra v1.3.0
2026-08-03T04:29:13.7205109Z    Compiling icu_properties_data v2.2.0
2026-08-03T04:29:14.1634785Z    Compiling utf8_iter v1.0.4
2026-08-03T04:29:14.2116951Z    Compiling ident_case v1.0.1
2026-08-03T04:29:14.3304806Z    Compiling icu_collections v2.2.0
2026-08-03T04:29:14.5132094Z    Compiling aws-lc-sys v0.41.0
2026-08-03T04:29:14.6356118Z    Compiling icu_provider v2.2.0
2026-08-03T04:29:14.7459983Z    Compiling tokio-util v0.7.18
2026-08-03T04:29:15.2930667Z    Compiling percent-encoding v2.3.2
2026-08-03T04:29:15.4901318Z    Compiling icu_normalizer v2.2.0
2026-08-03T04:29:16.1605419Z    Compiling inout v0.2.2
2026-08-03T04:29:16.4010700Z    Compiling http v1.4.1
2026-08-03T04:29:16.4555274Z    Compiling ring v0.17.14
2026-08-03T04:29:17.0059527Z    Compiling aws-lc-rs v1.17.0
2026-08-03T04:29:17.0577018Z    Compiling icu_properties v2.2.0
2026-08-03T04:29:17.3784426Z    Compiling thiserror v2.0.18
2026-08-03T04:29:17.7036856Z    Compiling cpufeatures v0.3.0
2026-08-03T04:29:17.8048911Z    Compiling unicode-segmentation v1.13.3
2026-08-03T04:29:18.0804665Z    Compiling idna_adapter v1.2.2
2026-08-03T04:29:18.8142024Z    Compiling cipher v0.5.2
2026-08-03T04:29:18.9400826Z    Compiling thiserror-impl v2.0.18
2026-08-03T04:29:19.2463438Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T04:29:19.9767328Z    Compiling scopeguard v1.2.0
2026-08-03T04:29:20.0588443Z    Compiling lock_api v0.4.14
2026-08-03T04:29:20.2588035Z    Compiling chacha20 v0.10.0
2026-08-03T04:29:20.6327856Z    Compiling idna v1.1.0
2026-08-03T04:29:20.6983784Z    Compiling form_urlencoded v1.2.2
2026-08-03T04:29:20.8509821Z    Compiling ipnet v2.12.0
2026-08-03T04:29:21.4517272Z    Compiling rustls-pki-types v1.14.1
2026-08-03T04:29:21.5562101Z    Compiling block-buffer v0.10.4
2026-08-03T04:29:21.6865980Z    Compiling winapi v0.3.9
2026-08-03T04:29:21.6931341Z    Compiling untrusted v0.9.0
2026-08-03T04:29:21.8215427Z    Compiling bitflags v2.12.1
2026-08-03T04:29:22.1017880Z    Compiling digest v0.10.7
2026-08-03T04:29:22.1170322Z    Compiling url v2.5.8
2026-08-03T04:29:22.3765568Z    Compiling rand v0.10.1
2026-08-03T04:29:23.1134557Z    Compiling darling_core v0.20.11
2026-08-03T04:29:23.2350553Z    Compiling num-traits v0.2.19
2026-08-03T04:29:23.4453090Z    Compiling windows-strings v0.5.1
2026-08-03T04:29:23.9208985Z    Compiling windows-result v0.4.1
2026-08-03T04:29:24.3778180Z    Compiling heck v0.5.0
2026-08-03T04:29:24.9976505Z    Compiling rustls v0.23.40
2026-08-03T04:29:26.9691546Z    Compiling darling_macro v0.20.11
2026-08-03T04:29:27.2933398Z    Compiling convert_case v0.10.0
2026-08-03T04:29:28.0234948Z    Compiling anyhow v1.0.102
2026-08-03T04:29:28.1779615Z    Compiling unicode-xid v0.2.6
2026-08-03T04:29:28.4032644Z    Compiling atomic-waker v1.1.2
2026-08-03T04:29:28.6133155Z    Compiling const-oid v0.10.2
2026-08-03T04:29:28.8993487Z    Compiling derive_more-impl v2.1.1
2026-08-03T04:29:28.9537471Z    Compiling darling v0.20.11
2026-08-03T04:29:29.3717876Z    Compiling fastrand v2.4.1
2026-08-03T04:29:29.5890358Z    Compiling zerocopy v0.8.50
2026-08-03T04:29:29.9830803Z    Compiling parking_lot_core v0.9.12
2026-08-03T04:29:30.2655495Z    Compiling httparse v1.10.1
2026-08-03T04:29:30.5370158Z    Compiling derive_builder_core v0.20.2
2026-08-03T04:29:31.4841393Z    Compiling h2 v0.4.14
2026-08-03T04:29:31.5610941Z    Compiling http-body v1.0.1
2026-08-03T04:29:31.9180458Z    Compiling curve25519-dalek v4.1.3
2026-08-03T04:29:32.4568527Z    Compiling ahash v0.8.12
2026-08-03T04:29:32.5109332Z    Compiling derive_more v2.1.1
2026-08-03T04:29:33.0573842Z    Compiling powerfmt v0.2.0
2026-08-03T04:29:33.2109329Z    Compiling either v1.16.0
2026-08-03T04:29:33.2849108Z    Compiling base64ct v1.8.3
2026-08-03T04:29:33.4048315Z    Compiling deranged v0.5.8
2026-08-03T04:29:33.6687440Z    Compiling pem-rfc7468 v1.0.0
2026-08-03T04:29:34.2938652Z    Compiling derive_builder_macro v0.20.2
2026-08-03T04:29:35.3991386Z    Compiling uuid v1.23.2
2026-08-03T04:29:35.9103762Z    Compiling rand_core v0.6.4
2026-08-03T04:29:36.2248928Z    Compiling n0-error-macros v0.1.3
2026-08-03T04:29:37.0680789Z    Compiling windows-interface v0.59.3
2026-08-03T04:29:37.1651942Z    Compiling windows-implement v0.60.2
2026-08-03T04:29:37.7811514Z    Compiling spez v0.1.2
2026-08-03T04:29:38.0306790Z    Compiling num-conv v0.2.2
2026-08-03T04:29:38.1655611Z    Compiling pkg-config v0.3.33
2026-08-03T04:29:38.6063896Z    Compiling tower-service v0.3.3
2026-08-03T04:29:38.7059805Z    Compiling time-core v0.1.8
2026-08-03T04:29:38.9830333Z    Compiling vcpkg v0.2.15
2026-08-03T04:29:39.0779187Z    Compiling tinyvec_macros v0.1.1
2026-08-03T04:29:39.2874977Z    Compiling data-encoding v2.11.0
2026-08-03T04:29:39.4972572Z    Compiling zmij v1.0.21
2026-08-03T04:29:39.7099475Z    Compiling base64 v0.22.1
2026-08-03T04:29:39.8331452Z    Compiling try-lock v0.2.5
2026-08-03T04:29:39.9306325Z    Compiling want v0.3.1
2026-08-03T04:29:40.2094490Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T04:29:40.2200497Z    Compiling tinyvec v1.11.0
2026-08-03T04:29:40.3496253Z    Compiling n0-error v0.1.3
2026-08-03T04:29:40.9090733Z    Compiling windows-core v0.62.2
2026-08-03T04:29:41.0701591Z    Compiling parking_lot v0.12.5
2026-08-03T04:29:41.6504023Z    Compiling derive_builder v0.20.2
2026-08-03T04:29:41.8788881Z    Compiling der v0.8.0-rc.10
2026-08-03T04:29:41.8859997Z    Compiling sha2 v0.10.9
2026-08-03T04:29:42.3553305Z    Compiling n0-future v0.3.2
2026-08-03T04:29:42.5910655Z    Compiling vergen-lib v9.1.0
2026-08-03T04:29:42.8187630Z    Compiling inout v0.1.4
2026-08-03T04:29:42.8270000Z    Compiling pin-project-internal v1.1.13
2026-08-03T04:29:42.9657094Z    Compiling httpdate v1.0.3
2026-08-03T04:29:43.2166505Z    Compiling winnow v1.0.3
2026-08-03T04:29:43.7810510Z    Compiling serde_json v1.0.150
2026-08-03T04:29:43.8873083Z    Compiling diatomic-waker v0.2.3
2026-08-03T04:29:44.1374333Z    Compiling parking v2.2.1
2026-08-03T04:29:44.1932732Z    Compiling spt-procident v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-procident)
2026-08-03T04:29:44.3030133Z    Compiling crossbeam-utils v0.8.21
2026-08-03T04:29:44.4975294Z    Compiling cordyceps v0.3.4
2026-08-03T04:29:44.5658832Z    Compiling spin v0.10.0
2026-08-03T04:29:44.7185607Z    Compiling signature v2.2.0
2026-08-03T04:29:44.7301125Z    Compiling windows_x86_64_msvc v0.52.6
2026-08-03T04:29:44.8661587Z    Compiling futures-buffered v0.2.13
2026-08-03T04:29:44.9721930Z    Compiling ed25519 v2.2.3
2026-08-03T04:29:45.0863251Z    Compiling spt-poolguard v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-poolguard)
2026-08-03T04:29:45.1553699Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T04:29:45.2984992Z    Compiling futures-lite v2.6.1
2026-08-03T04:29:45.8736601Z    Compiling pin-project v1.1.13
2026-08-03T04:29:45.9896972Z    Compiling spki v0.8.0-rc.4
2026-08-03T04:29:46.0070122Z    Compiling hyper v1.10.1
2026-08-03T04:29:46.4089871Z    Compiling cipher v0.4.4
2026-08-03T04:29:47.3386521Z    Compiling hashbrown v0.14.5
2026-08-03T04:29:48.6246841Z    Compiling digest v0.11.3
2026-08-03T04:29:49.0522048Z    Compiling noq-udp v0.10.0
2026-08-03T04:29:49.9017746Z    Compiling vergen-lib v0.1.6
2026-08-03T04:29:50.0920639Z    Compiling vergen v9.1.0
2026-08-03T04:29:50.1803079Z    Compiling universal-hash v0.5.1
2026-08-03T04:29:50.2922464Z    Compiling heapless v0.7.17
2026-08-03T04:29:50.2937525Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T04:29:50.3281158Z    Compiling sync_wrapper v1.0.2
2026-08-03T04:29:50.5381601Z    Compiling allocator-api2 v0.2.21
2026-08-03T04:29:50.6025892Z    Compiling byteorder v1.5.0
2026-08-03T04:29:50.6030692Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T04:29:50.8464452Z    Compiling opaque-debug v0.3.1
2026-08-03T04:29:50.9025053Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T04:29:51.0141634Z    Compiling polyval v0.6.2
2026-08-03T04:29:51.0808667Z    Compiling hash32 v0.2.1
2026-08-03T04:29:51.6046945Z    Compiling hyper-util v0.1.20
2026-08-03T04:29:52.2375026Z    Compiling hashlink v0.9.1
2026-08-03T04:29:53.3728306Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-03T04:29:53.4083077Z    Compiling spt-store v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-08-03T04:29:54.4412346Z    Compiling ed25519-dalek v2.2.0
2026-08-03T04:29:54.8852996Z    Compiling prefix-trie v0.8.4
2026-08-03T04:29:54.9271416Z    Compiling spin v0.9.8
2026-08-03T04:29:55.2017377Z    Compiling futures-executor v0.3.32
2026-08-03T04:29:55.2225216Z    Compiling vergen-gitcl v1.0.8
2026-08-03T04:29:55.4279103Z    Compiling windows-threading v0.2.1
2026-08-03T04:29:55.6531889Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-03T04:29:55.8037935Z    Compiling ryu v1.0.23
2026-08-03T04:29:55.8194475Z    Compiling signature v3.0.0
2026-08-03T04:29:55.9869030Z    Compiling fallible-iterator v0.3.0
2026-08-03T04:29:56.0591932Z    Compiling tower-layer v0.3.3
2026-08-03T04:29:56.2672856Z    Compiling rusqlite v0.32.1
2026-08-03T04:29:56.2676810Z    Compiling ed25519 v3.0.0-rc.4
2026-08-03T04:29:56.3817865Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T04:29:56.6645853Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-03T04:29:57.2439644Z    Compiling windows-future v0.3.2
2026-08-03T04:29:58.0604670Z    Compiling futures v0.3.32
2026-08-03T04:29:58.1903115Z    Compiling windows-targets v0.52.6
2026-08-03T04:29:58.4305799Z    Compiling spt-proto v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-08-03T04:29:59.4716693Z    Compiling proc-macro-crate v3.5.0
2026-08-03T04:30:00.3084506Z    Compiling ghash v0.5.1
2026-08-03T04:30:00.4029216Z    Compiling sha2 v0.11.0-rc.5
2026-08-03T04:30:01.3642868Z    Compiling ctr v0.9.2
2026-08-03T04:30:01.5441387Z    Compiling aes v0.8.4
2026-08-03T04:30:01.7842227Z    Compiling windows-numerics v0.3.1
2026-08-03T04:30:01.8825438Z    Compiling windows-collections v0.3.2
2026-08-03T04:30:02.0033479Z    Compiling time v0.3.47
2026-08-03T04:30:02.1491159Z    Compiling http-body-util v0.1.3
2026-08-03T04:30:02.3525001Z    Compiling fs2 v0.4.3
2026-08-03T04:30:02.5427110Z    Compiling cobs v0.3.0
2026-08-03T04:30:02.6207947Z    Compiling aead v0.5.2
2026-08-03T04:30:02.8899223Z    Compiling postcard-derive v0.2.2
2026-08-03T04:30:03.1383472Z    Compiling utf8parse v0.2.2
2026-08-03T04:30:03.5030729Z    Compiling arrayvec v0.7.6
2026-08-03T04:30:03.7290720Z    Compiling widestring v1.2.1
2026-08-03T04:30:03.9737854Z    Compiling ipconfig v0.3.4
2026-08-03T04:30:05.1704099Z    Compiling postcard v1.1.3
2026-08-03T04:30:05.2943105Z    Compiling aes-gcm v0.10.3
2026-08-03T04:30:05.4957108Z    Compiling windows v0.62.2
2026-08-03T04:30:05.7805439Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-03T04:30:06.1448056Z    Compiling num_enum_derive v0.7.6
2026-08-03T04:30:07.2583969Z    Compiling windows-sys v0.59.0
2026-08-03T04:30:09.0188622Z    Compiling data-encoding-macro v0.1.20
2026-08-03T04:30:09.2882641Z    Compiling tower v0.5.3
2026-08-03T04:30:10.6829706Z    Compiling crossbeam-epoch v0.9.18
2026-08-03T04:30:11.3850793Z    Compiling crossbeam-channel v0.5.15
2026-08-03T04:30:12.0726522Z    Compiling chrono v0.4.45
2026-08-03T04:30:13.6667640Z    Compiling strum_macros v0.28.0
2026-08-03T04:30:15.5741675Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T04:30:16.0299431Z    Compiling windows-registry v0.6.1
2026-08-03T04:30:16.3760703Z    Compiling memoffset v0.6.5
2026-08-03T04:30:16.6702562Z    Compiling noq v0.18.0
2026-08-03T04:30:16.6985794Z    Compiling netwatch v0.16.0
2026-08-03T04:30:16.9477364Z    Compiling acto v0.8.2
2026-08-03T04:30:16.9477792Z    Compiling async-trait v0.1.89
2026-08-03T04:30:17.1896552Z    Compiling enum-assoc v1.3.0
2026-08-03T04:30:17.7758805Z    Compiling blake3 v1.8.5
2026-08-03T04:30:17.8092833Z    Compiling foldhash v0.2.0
2026-08-03T04:30:17.9815705Z    Compiling identity-hash v0.1.0
2026-08-03T04:30:18.0748435Z    Compiling thiserror v1.0.69
2026-08-03T04:30:18.1557397Z    Compiling mac-addr v0.3.0
2026-08-03T04:30:18.3192234Z    Compiling lru-slab v0.1.2
2026-08-03T04:30:18.4542449Z    Compiling xml-rs v0.8.28
2026-08-03T04:30:18.4847492Z    Compiling tagptr v0.2.0
2026-08-03T04:30:18.6348733Z    Compiling rustc-hash v2.1.2
2026-08-03T04:30:18.8269934Z    Compiling ref-cast v1.0.25
2026-08-03T04:30:19.5826021Z    Compiling sorted-index-buffer v0.2.1
2026-08-03T04:30:19.6872801Z    Compiling xmltree v0.10.3
2026-08-03T04:30:19.8287000Z    Compiling moka v0.12.15
2026-08-03T04:30:19.9257438Z    Compiling netdev v0.42.0
2026-08-03T04:30:20.6743784Z    Compiling hashbrown v0.16.1
2026-08-03T04:30:21.2957625Z    Compiling iroh-metrics v0.38.3
2026-08-03T04:30:21.3364258Z    Compiling strum v0.28.0
2026-08-03T04:30:21.6475606Z    Compiling wmi v0.18.4
2026-08-03T04:30:21.6523602Z    Compiling tower-http v0.6.11
2026-08-03T04:30:22.1505849Z    Compiling spt-msg v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-08-03T04:30:22.2578832Z    Compiling iroh-base v0.98.0
2026-08-03T04:30:22.8585751Z    Compiling num_enum v0.7.6
2026-08-03T04:30:23.0164143Z    Compiling iroh-relay v0.98.0
2026-08-03T04:30:23.0701084Z    Compiling n0-watcher v0.6.1
2026-08-03T04:30:23.2097736Z    Compiling attohttpc v0.30.1
2026-08-03T04:30:23.4833406Z    Compiling simple-dns v0.9.3
2026-08-03T04:30:23.7557010Z    Compiling tokio-stream v0.1.18
2026-08-03T04:30:24.4362186Z    Compiling serial-core v0.4.0
2026-08-03T04:30:24.6725653Z    Compiling serde_spanned v0.6.9
2026-08-03T04:30:24.6870597Z    Compiling toml_datetime v0.6.11
2026-08-03T04:30:24.8755138Z    Compiling ref-cast-impl v1.0.25
2026-08-03T04:30:25.0037426Z    Compiling thiserror-impl v1.0.69
2026-08-03T04:30:25.3252290Z    Compiling serde_derive_internals v0.29.1
2026-08-03T04:30:25.9326525Z    Compiling aho-corasick v1.1.4
2026-08-03T04:30:26.1516903Z    Compiling winnow v0.7.15
2026-08-03T04:30:26.2734732Z    Compiling arrayref v0.3.9
2026-08-03T04:30:26.6640886Z    Compiling toml_write v0.1.2
2026-08-03T04:30:26.9498500Z    Compiling resolv-conf v0.7.6
2026-08-03T04:30:27.6222516Z    Compiling sha1_smol v1.0.1
2026-08-03T04:30:27.9880280Z    Compiling regex-syntax v0.8.10
2026-08-03T04:30:27.9908866Z    Compiling constant_time_eq v0.4.2
2026-08-03T04:30:28.2979219Z    Compiling winreg v0.10.1
2026-08-03T04:30:28.5215596Z    Compiling simdutf8 v0.1.5
2026-08-03T04:30:28.7134111Z    Compiling smol_str v0.1.24
2026-08-03T04:30:29.5365754Z    Compiling toml_edit v0.22.27
2026-08-03T04:30:29.6981285Z    Compiling schemars_derive v1.2.1
2026-08-03T04:30:31.4268948Z    Compiling regex-automata v0.4.14
2026-08-03T04:30:32.2552762Z    Compiling iroh-dns v0.98.0
2026-08-03T04:30:32.7211072Z    Compiling serial-windows v0.4.0
2026-08-03T04:30:32.9779430Z    Compiling igd-next v0.17.1
2026-08-03T04:30:36.7534504Z    Compiling lru v0.16.4
2026-08-03T04:30:36.8840921Z    Compiling hmac v0.12.1
2026-08-03T04:30:36.9679335Z    Compiling webpki-roots v1.0.7
2026-08-03T04:30:37.0164234Z    Compiling darling_core v0.23.0
2026-08-03T04:30:37.1096894Z    Compiling seize v0.5.1
2026-08-03T04:30:37.6784836Z    Compiling iroh v0.98.2
2026-08-03T04:30:37.7883445Z    Compiling serde_bytes v0.11.19
2026-08-03T04:30:37.9678823Z    Compiling pin-utils v0.1.0
2026-08-03T04:30:38.0585188Z    Compiling cmov v0.5.4
2026-08-03T04:30:38.0623748Z    Compiling bitflags v1.3.2
2026-08-03T04:30:38.1443968Z    Compiling lazy_static v1.5.0
2026-08-03T04:30:38.2903090Z    Compiling dyn-clone v1.0.20
2026-08-03T04:30:38.3044153Z    Compiling once_cell_polyfill v1.70.2
2026-08-03T04:30:38.4585785Z    Compiling anstyle v1.0.14
2026-08-03T04:30:38.4859873Z    Compiling schemars v1.2.1
2026-08-03T04:30:38.7878624Z    Compiling anstyle-wincon v3.0.11
2026-08-03T04:30:39.0642959Z    Compiling ctutils v0.4.2
2026-08-03T04:30:39.4463082Z    Compiling shared_library v0.1.9
2026-08-03T04:30:39.7490246Z    Compiling nix v0.25.1
2026-08-03T04:30:39.9221345Z    Compiling papaya v0.2.4
2026-08-03T04:30:40.0210188Z    Compiling darling_macro v0.23.0
2026-08-03T04:30:40.3663932Z    Compiling hkdf v0.12.4
2026-08-03T04:30:40.4603178Z    Compiling portmapper v0.16.0
2026-08-03T04:30:40.5146329Z    Compiling regex v1.12.3
2026-08-03T04:30:40.9030903Z    Compiling serial v0.4.0
2026-08-03T04:30:41.0863726Z    Compiling filedescriptor v0.8.3
2026-08-03T04:30:41.2960823Z    Compiling toml v0.8.23
2026-08-03T04:30:41.5587769Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T04:30:42.6518254Z    Compiling anstyle-parse v1.0.0
2026-08-03T04:30:42.8280633Z    Compiling backon v1.6.0
2026-08-03T04:30:43.1963169Z    Compiling anstyle-query v1.1.5
2026-08-03T04:30:43.3311624Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T04:30:43.5754823Z    Compiling unicode-width v0.2.0
2026-08-03T04:30:43.9134697Z    Compiling shell-words v1.1.1
2026-08-03T04:30:44.0605002Z    Compiling is_terminal_polyfill v1.70.2
2026-08-03T04:30:44.1477609Z    Compiling colorchoice v1.0.5
2026-08-03T04:30:44.3005449Z    Compiling instability v0.3.12
2026-08-03T04:30:44.5517790Z    Compiling foldhash v0.1.5
2026-08-03T04:30:44.7195696Z    Compiling downcast-rs v1.2.1
2026-08-03T04:30:44.8001367Z    Compiling paste v1.0.15
2026-08-03T04:30:45.1216609Z    Compiling portable-pty v0.8.1
2026-08-03T04:30:45.4438413Z    Compiling hashbrown v0.15.5
2026-08-03T04:30:46.0702690Z    Compiling anstream v1.0.0
2026-08-03T04:30:46.1900427Z    Compiling vte v0.13.1
2026-08-03T04:30:46.2220305Z    Compiling spt-runtime v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-08-03T04:30:47.2664687Z    Compiling spake2 v0.4.0
2026-08-03T04:30:47.6498585Z    Compiling darling v0.23.0
2026-08-03T04:30:47.6499068Z    Compiling itertools v0.13.0
2026-08-03T04:30:47.8661109Z    Compiling crossterm_winapi v0.9.1
2026-08-03T04:30:48.5561809Z    Compiling strum_macros v0.26.4
2026-08-03T04:30:49.9865828Z    Compiling sha1 v0.10.6
2026-08-03T04:30:50.2787348Z    Compiling castaway v0.2.4
2026-08-03T04:30:50.4180633Z    Compiling terminal_size v0.4.4
2026-08-03T04:30:50.6207948Z    Compiling doctest-file v1.1.1
2026-08-03T04:30:50.8394813Z    Compiling recvmsg v1.0.0
2026-08-03T04:30:51.1599204Z    Compiling indoc v2.0.7
2026-08-03T04:30:51.4164724Z    Compiling unicode-width v0.1.14
2026-08-03T04:30:51.8597063Z    Compiling static_assertions v1.1.0
2026-08-03T04:30:52.2496788Z    Compiling clap_lex v1.1.0
2026-08-03T04:30:52.6781404Z    Compiling clap_builder v4.6.0
2026-08-03T04:30:53.1671463Z    Compiling compact_str v0.8.2
2026-08-03T04:30:54.0308671Z    Compiling unicode-truncate v1.1.0
2026-08-03T04:30:54.5996287Z    Compiling interprocess v2.4.2
2026-08-03T04:30:57.1644291Z    Compiling strum v0.26.3
2026-08-03T04:30:57.3930255Z    Compiling spt-live v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-08-03T04:30:58.2188029Z    Compiling crossterm v0.28.1
2026-08-03T04:30:58.5198139Z    Compiling spt-term v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-08-03T04:30:58.6249958Z    Compiling lru v0.12.5
2026-08-03T04:30:59.1554127Z    Compiling clap_derive v4.6.1
2026-08-03T04:30:59.5108045Z    Compiling error-code v3.3.2
2026-08-03T04:31:00.0956009Z    Compiling cassowary v0.3.0
2026-08-03T04:31:01.1585777Z    Compiling ratatui v0.29.0
2026-08-03T04:31:01.5323173Z    Compiling clap v4.6.1
2026-08-03T04:31:01.6269915Z    Compiling clipboard-win v5.4.1
2026-08-03T04:31:01.8043326Z    Compiling nucleo-matcher v0.3.1
2026-08-03T04:31:02.2100558Z    Compiling qrcode v0.14.1
2026-08-03T04:31:02.9647062Z    Compiling tempfile v3.27.0
2026-08-03T04:31:03.6059110Z    Compiling spt-test-support v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-test-support)
2026-08-03T04:31:14.3520318Z    Compiling rustls-webpki v0.103.13
2026-08-03T04:31:18.0666009Z    Compiling tokio-rustls v0.26.4
2026-08-03T04:31:18.0666517Z    Compiling rustls-platform-verifier v0.7.0
2026-08-03T04:31:18.0666835Z    Compiling noq-proto v0.17.0
2026-08-03T04:31:18.3155317Z    Compiling hickory-net v0.26.0-beta.4
2026-08-03T04:31:18.3722250Z    Compiling hyper-rustls v0.27.9
2026-08-03T04:31:18.6942098Z    Compiling reqwest v0.13.4
2026-08-03T04:31:20.4117889Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-03T04:31:23.9675076Z    Compiling tokio-websockets v0.13.2
2026-08-03T04:31:43.6683849Z    Compiling spt-net v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-08-03T04:31:45.8353625Z    Compiling spt-daemon v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-08-03T04:32:04.3825824Z    Compiling spt v0.52.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-08-03T04:32:17.5256059Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 36s
2026-08-03T04:32:17.5518138Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-b3994391d689db46.exe)
2026-08-03T04:32:17.7581057Z 
2026-08-03T04:32:17.7581376Z running 1 test
2026-08-03T04:32:26.3951022Z test new_brain_serves_against_old_broker ... ok
2026-08-03T04:32:26.3951230Z 
2026-08-03T04:32:26.3951399Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.64s
2026-08-03T04:32:26.3951660Z 
